From 5fb9301b9a027c89d9b7c76d80bffebb5395e0a9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 28 Jun 2010 22:28:13 +0000 Subject: [PATCH] * Remove error classes from revmove messages. Used with OutputPage::showErrorPage, and other special pages using that method do not have marked up messages either. * Reword 'revmove-nullmove' per suggestion of Nikerabbit (http://translatewiki.net/wiki/Thread:Support/MediaWiki:Revmove-nullmove). * Remove references to the "back" button, and use "Go back to the previous page" in three messages. * Add newlines between sentences. --- languages/messages/MessagesEn.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 90a41367ad..d07ab1aa2d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1568,11 +1568,13 @@ See the [[Special:IPBlockList|IP block list]] for the list of currently operatio 'revmove-reasonfield' => 'Reason:', 'revmove-titlefield' => 'Target page:', 'revmove-badparam-title' => 'Bad parameters', -'revmove-badparam' => 'Your request contains illegal or insufficient parameters. Please hit "back" and try again.', +'revmove-badparam' => 'Your request contains illegal or insufficient parameters. +Go back to the previous page and try again.', 'revmove-norevisions-title' => 'Invalid target revision', -'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.', +'revmove-norevisions' => 'You have not specified one or more target revisions to perform this function or the specified revision does not exist.', 'revmove-nullmove-title' => 'Bad title', -'revmove-nullmove' => 'Source and target page are identical. Please hit "back" and enter a page name different to "$1".', +'revmove-nullmove' => 'The target page cannot be the same as the source page. +Go back to the previous page and choose a different name from "$1".', 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].', 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].', @@ -2770,7 +2772,7 @@ changed back to last revision by $2.', 'sessionfailure-title' => 'Session failure', 'sessionfailure' => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. -Please hit "back" and reload the page you came from, then try again.', +Go back to the previous page, reload that page and then try again.', # Protect 'protectlogpage' => 'Protection log', -- 2.20.1